home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Answers 1998 January
/
PC Answers Issue 49 Cover CD January 1998.iso
/
Apps
/
Director
/
DATA.Z
/
Lists Lingo.dir
/
Scripts_59_getLast(aLinearList).ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1997-05-10
|
366 b
|
13 lines
on mouseDown
global gDefaultLinearList
doButton()
if the result = 1 then
set vLastValue to getLast(gDefaultLinearList)
if stringp(vLastValue) then
set the text of member "Checking Display Field 3" to QUOTE & string(vLastValue) & QUOTE
else
set the text of member "Checking Display Field 3" to string(vLastValue)
end if
end if
end